func runtime.racewritepc
5 uses
runtime (current package)
chan.go#L430: racewritepc(c.raceaddr(), callerpc, abi.FuncPCABIInternal(closechan))
map.go#L139: racewritepc(unsafe.Pointer(m), callerpc, pc)
map.go#L182: racewritepc(unsafe.Pointer(m), callerpc, pc)
panic.go#L490: racewritepc(unsafe.Pointer(head), sys.GetCallerPC(), abi.FuncPCABIInternal(deferprocat))
race0.go#L26: func racewritepc(addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") }
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |